Skip to content

refactor: use PyUnicode_AsUTF8 with Python 3.14+#515

Merged
stefanseefeld merged 1 commit into
boostorg:developfrom
e-kwsm:PyUnicode_AsUTF8
Jun 21, 2026
Merged

refactor: use PyUnicode_AsUTF8 with Python 3.14+#515
stefanseefeld merged 1 commit into
boostorg:developfrom
e-kwsm:PyUnicode_AsUTF8

Conversation

@e-kwsm

@e-kwsm e-kwsm commented May 3, 2026

Copy link
Copy Markdown
Contributor

_PyUnicode_AsString is deprecated since Python 3.14

https://docs.python.org/3.14/deprecations/index.html#id2

fix #512

@e-kwsm e-kwsm force-pushed the PyUnicode_AsUTF8 branch from c9114f7 to c3709ab Compare June 10, 2026 03:49
@stefanseefeld stefanseefeld merged commit 14f1bbe into boostorg:develop Jun 21, 2026
14 of 15 checks passed
@e-kwsm e-kwsm deleted the PyUnicode_AsUTF8 branch June 21, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_PyUnicode_AsString is deprecated in python3.14

2 participants